home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / N-P / PICTControl.cpt / PICT Control Demo.rsrc / TEXT_301.txt < prev    next >
Encoding:
Text File  |  1988-11-15  |  819 b   |  11 lines

  1. ^l2. Control Record Field Interpretations:
  2.  
  3. PICT Control uses the value fields of the control record in a manner which it is important to be aware of.
  4.  
  5. ‚Ä¢  contrlValue ‚Äì contains the resource ID of the picture currently displayed by the control.
  6.  
  7. ‚Ä¢  contrlMin ‚Äì contains the minimum resource ID for pictures to be displayed in the control.  In controls defined by only one picture this will be same as contrlValue.
  8.  
  9. ‚Ä¢  contrlMax ‚Äì contains the maximum resource ID for pictures to be displayed in the control.  In controls defined by only one picture this will be same as contrlValue.
  10.  
  11. The value of these fields may be changed at any time using the SetCtlValue(), SetCtlMin() and SetCtlMax() routines.  As a result, all you have to do in order to change a PICT Control‚Äôs appearance is to call SetCtlValue().